home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
Clean 1.2.4
/
PowerMacInterface
/
palettes.icl
< prev
next >
Wrap
Text File
|
1995-02-14
|
169b
|
9 lines
implementation module palettes;
import mac_types;
PmForeColor :: !Int !Toolbox -> Toolbox;
PmForeColor dstEntry t = code (dstEntry=D0,t=U)(z=Z){
call .PmForeColor
};